projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a34e368
)
make the display support feature flag selectable (backport from r23791)
author
Felix Fietkau
<
[email protected]
>
Tue, 2 Nov 2010 16:28:11 +0000
(16:28 +0000)
committer
Felix Fietkau
<
[email protected]
>
Tue, 2 Nov 2010 16:28:11 +0000
(16:28 +0000)
SVN-Revision: 23792
Config.in
patch
|
blob
|
history
target/Config.in
patch
|
blob
|
history
diff --git
a/Config.in
b/Config.in
index daecd171e9bd23818c158175aacb202b27f83b3a..f4ab5271f74a06ee01637d82973916750f4e5f91 100644
(file)
--- a/
Config.in
+++ b/
Config.in
@@
-126,6
+126,10
@@
menu "Global build settings"
comment "General build options"
+ config DISPLAY_SUPPORT
+ bool "Show packages that require graphics support (local or remote)"
+ default n
+
config BUILD_PATENTED
default y
bool "Compile with support for patented functionality"
diff --git
a/target/Config.in
b/target/Config.in
index 48fd827326b35073c7bde0f94bfa8a9b216661f5..3e161f59823c06879972009a17c06e9383e2e82c 100644
(file)
--- a/
target/Config.in
+++ b/
target/Config.in
@@
-14,9
+14,6
@@
config HAS_FPU
config AUDIO_SUPPORT
bool
-config DISPLAY_SUPPORT
- bool
-
config GPIO_SUPPORT
bool